home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-09 | 356 b | 18 lines |
- #
- # Imakefile for stars, by Ron Record
- #
- DEPLIBS = $(DEPXLIB)
- MANDIR = /usr/man/man.CONTRIB
- MANSUFFIX = CONTRIB
- LOCAL_LIBRARIES = XmClientLibs
- SYS_LIBRARIES = -lm
- INCLUDES = -I.
- SRCS = stars.c line.c
- OBJS = stars.o line.o
-
- ComplexProgramTarget(stars)
-
- InstallAppDefaults(Stars)
-
- install:: install.man
-